home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / database / hsmt4095.zip / HSMART95.EXE / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Text File  |  1996-06-20  |  46KB  |  1,474 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 124
  4.   HelpContext = 1
  5.   AutoScroll = False
  6.   Caption = 'Heart Smart'
  7.   ClientHeight = 414
  8.   ClientWidth = 633
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Menu = MainMenu1
  15.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 16
  21.   object Label1: TLabel
  22.     Left = 5
  23.     Top = -1
  24.     Width = 72
  25.     Height = 16
  26.     Caption = 'Food Items'
  27.   end
  28.   object Label19: TLabel
  29.     Left = 8
  30.     Top = 341
  31.     Width = 29
  32.     Height = 14
  33.     Caption = 'Carbo'
  34.     Font.Color = clWindowText
  35.     Font.Height = -11
  36.     Font.Name = 'Arial'
  37.     Font.Style = []
  38.     ParentFont = False
  39.   end
  40.   object Label20: TLabel
  41.     Left = 43
  42.     Top = 341
  43.     Width = 33
  44.     Height = 14
  45.     Caption = 'Protein'
  46.     Font.Color = clWindowText
  47.     Font.Height = -11
  48.     Font.Name = 'Arial'
  49.     Font.Style = []
  50.     ParentFont = False
  51.   end
  52.   object Label21: TLabel
  53.     Left = 85
  54.     Top = 341
  55.     Width = 15
  56.     Height = 14
  57.     Caption = 'Fat'
  58.     Font.Color = clWindowText
  59.     Font.Height = -11
  60.     Font.Name = 'Arial'
  61.     Font.Style = []
  62.     ParentFont = False
  63.   end
  64.   object Image1: TImage
  65.     Left = 271
  66.     Top = 357
  67.     Width = 50
  68.     Height = 50
  69.     Hint = 'Trash Can'
  70.     DragMode = dmAutomatic
  71.     ParentShowHint = False
  72.     Picture.Data = {<image001.bmp>}
  73.     ShowHint = True
  74.     OnDragDrop = Image1DragDrop
  75.     OnDragOver = Image1DragOver
  76.     OnEndDrag = Image1EndDrag
  77.   end
  78.   object Image2: TImage
  79.     Left = 271
  80.     Top = 357
  81.     Width = 50
  82.     Height = 50
  83.     DragMode = dmAutomatic
  84.     Picture.Data = {<image002.bmp>}
  85.     Visible = False
  86.     OnDragDrop = Image1DragDrop
  87.     OnDragOver = Image1DragOver
  88.     OnEndDrag = Image1EndDrag
  89.   end
  90.   object Panel2: TPanel
  91.     Left = 2
  92.     Top = 231
  93.     Width = 236
  94.     Height = 177
  95.     TabOrder = 8
  96.     object Label6: TLabel
  97.       Left = 137
  98.       Top = 108
  99.       Width = 70
  100.       Height = 16
  101.       Caption = '# Servings'
  102.     end
  103.     object Label23: TLabel
  104.       Left = 14
  105.       Top = 81
  106.       Width = 29
  107.       Height = 14
  108.       Caption = 'Carbo'
  109.       Font.Color = clWindowText
  110.       Font.Height = -11
  111.       Font.Name = 'Arial'
  112.       Font.Style = []
  113.       ParentFont = False
  114.     end
  115.     object Label24: TLabel
  116.       Left = 45
  117.       Top = 81
  118.       Width = 33
  119.       Height = 14
  120.       Caption = 'Protein'
  121.       Font.Color = clWindowText
  122.       Font.Height = -11
  123.       Font.Name = 'Arial'
  124.       Font.Style = []
  125.       ParentFont = False
  126.     end
  127.     object Label25: TLabel
  128.       Left = 84
  129.       Top = 81
  130.       Width = 15
  131.       Height = 14
  132.       Caption = 'Fat'
  133.       Font.Color = clWindowText
  134.       Font.Height = -11
  135.       Font.Name = 'Arial'
  136.       Font.Style = []
  137.       ParentFont = False
  138.     end
  139.   end
  140.   object TabbedNotebook1: TTabbedNotebook
  141.     Left = 248
  142.     Top = -1
  143.     Width = 382
  144.     Height = 230
  145.     TabsPerRow = 4
  146.     TabFont.Color = clBtnText
  147.     TabFont.Height = -11
  148.     TabFont.Name = 'Arial'
  149.     TabFont.Style = []
  150.     TabOrder = 1
  151.     TabStop = False
  152.     OnChange = TabbedNotebook1Change
  153.     object TTabPage
  154.       Left = 4
  155.       Top = 27
  156.       Caption = 'Sunday'
  157.     end
  158.     object TTabPage
  159.       Left = 4
  160.       Top = 27
  161.       Caption = 'Monday'
  162.     end
  163.     object TTabPage
  164.       Left = 4
  165.       Top = 27
  166.       Caption = 'Tuesday'
  167.     end
  168.     object TTabPage
  169.       Left = 4
  170.       Top = 27
  171.       Caption = 'Wednesday'
  172.     end
  173.     object TTabPage
  174.       Left = 4
  175.       Top = 27
  176.       Caption = 'Thursday'
  177.     end
  178.     object TTabPage
  179.       Left = 4
  180.       Top = 27
  181.       Caption = 'Friday'
  182.     end
  183.     object TTabPage
  184.       Left = 4
  185.       Top = 27
  186.       Caption = 'Saturday'
  187.     end
  188.   end
  189.   object ListBox1: TListBox
  190.     Left = 9
  191.     Top = 19
  192.     Width = 217
  193.     Height = 210
  194.     DragMode = dmAutomatic
  195.     ExtendedSelect = False
  196.     Font.Color = clWindowText
  197.     Font.Height = -11
  198.     Font.Name = 'Arial'
  199.     Font.Style = [fsBold]
  200.     ItemHeight = 14
  201.     ParentFont = False
  202.     Sorted = True
  203.     TabOrder = 0
  204.     OnClick = ListBox1Click
  205.     OnDblClick = Modify1Click
  206.     OnEndDrag = ListBox1EndDrag
  207.     OnKeyPress = ListBox1KeyPress
  208.   end
  209.   object Panel1: TPanel
  210.     Left = 8
  211.     Top = 326
  212.     Width = 105
  213.     Height = 73
  214.     TabOrder = 5
  215.     object Shape1: TShape
  216.       Left = 8
  217.       Top = 41
  218.       Width = 25
  219.       Height = 31
  220.       Brush.Color = clYellow
  221.       DragMode = dmAutomatic
  222.     end
  223.     object Shape2: TShape
  224.       Left = 41
  225.       Top = 16
  226.       Width = 25
  227.       Height = 56
  228.       Brush.Color = clFuchsia
  229.     end
  230.     object Shape3: TShape
  231.       Left = 73
  232.       Top = 57
  233.       Width = 25
  234.       Height = 15
  235.       Brush.Color = clAqua
  236.     end
  237.     object Label16: TLabel
  238.       Left = 12
  239.       Top = 1
  240.       Width = 16
  241.       Height = 14
  242.       Alignment = taCenter
  243.       Caption = '0%'
  244.       Font.Color = clWindowText
  245.       Font.Height = -11
  246.       Font.Name = 'Arial'
  247.       Font.Style = []
  248.       ParentFont = False
  249.     end
  250.     object Label17: TLabel
  251.       Left = 45
  252.       Top = 1
  253.       Width = 16
  254.       Height = 14
  255.       Alignment = taCenter
  256.       Caption = '0%'
  257.       Font.Color = clWindowText
  258.       Font.Height = -11
  259.       Font.Name = 'Arial'
  260.       Font.Style = []
  261.       ParentFont = False
  262.     end
  263.     object Label18: TLabel
  264.       Left = 76
  265.       Top = 1
  266.       Width = 16
  267.       Height = 14
  268.       Alignment = taCenter
  269.       Caption = '0%'
  270.       Font.Color = clWindowText
  271.       Font.Height = -11
  272.       Font.Name = 'Arial'
  273.       Font.Style = []
  274.       ParentFont = False
  275.     end
  276.   end
  277.   object Edit14: TEdit
  278.     Left = 155
  279.     Top = 363
  280.     Width = 37
  281.     Height = 24
  282.     AutoSize = False
  283.     Font.Color = clWindowText
  284.     Font.Height = -13
  285.     Font.Name = 'Arial'
  286.     Font.Style = [fsBold]
  287.     MaxLength = 3
  288.     ParentFont = False
  289.     TabOrder = 2
  290.     Text = '1'
  291.   end
  292.   object TabSet1: TTabSet
  293.     Left = 256
  294.     Top = 199
  295.     Width = 249
  296.     Height = 21
  297.     DitherBackground = False
  298.     Font.Color = clWindowText
  299.     Font.Height = -11
  300.     Font.Name = 'MS Sans Serif'
  301.     Font.Style = []
  302.     Tabs.Strings = (
  303.       'Breakfast'
  304.       'Lunch'
  305.       'Dinner'
  306.       'Snack')
  307.     TabIndex = 0
  308.     OnChange = TabSet1Change
  309.   end
  310.   object TabListBox1: Ttablistbox
  311.     Left = 256
  312.     Top = 32
  313.     Width = 350
  314.     Height = 169
  315.     DragMode = dmAutomatic
  316.     ExtendedSelect = False
  317.     Font.Color = clWindowText
  318.     Font.Height = -11
  319.     Font.Name = 'Arial'
  320.     Font.Style = [fsBold]
  321.     ItemHeight = 14
  322.     ParentFont = False
  323.     TabOrder = 3
  324.     OnDragDrop = ListBox2DragDrop
  325.     OnDragOver = ListBox2DragOver
  326.     OnEndDrag = TabListBox1EndDrag
  327.     TabStops = 0
  328.   end
  329.   object panel3: TPanel
  330.     Left = 8
  331.     Top = 237
  332.     Width = 223
  333.     Height = 72
  334.     TabOrder = 10
  335.     object Label2: TLabel
  336.       Left = 6
  337.       Top = 6
  338.       Width = 47
  339.       Height = 15
  340.       Caption = 'Calories'
  341.       Font.Color = clWindowText
  342.       Font.Height = -12
  343.       Font.Name = 'Arial'
  344.       Font.Style = [fsBold]
  345.       ParentFont = False
  346.     end
  347.     object Label3: TLabel
  348.       Left = 6
  349.       Top = 24
  350.       Width = 34
  351.       Height = 15
  352.       Caption = 'Carbo'
  353.       Font.Color = clWindowText
  354.       Font.Height = -12
  355.       Font.Name = 'Arial'
  356.       Font.Style = [fsBold]
  357.       ParentFont = False
  358.     end
  359.     object Label4: TLabel
  360.       Left = 6
  361.       Top = 44
  362.       Width = 41
  363.       Height = 15
  364.       Caption = 'Protein'
  365.       Font.Color = clWindowText
  366.       Font.Height = -12
  367.       Font.Name = 'Arial'
  368.       Font.Style = [fsBold]
  369.       ParentFont = False
  370.     end
  371.     object Label5: TLabel
  372.       Left = 107
  373.       Top = 6
  374.       Width = 17
  375.       Height = 15
  376.       Caption = 'Fat'
  377.       Font.Color = clWindowText
  378.       Font.Height = -12
  379.       Font.Name = 'Arial'
  380.       Font.Style = [fsBold]
  381.       ParentFont = False
  382.     end
  383.     object fical: TLabel
  384.       Left = 79
  385.       Top = 6
  386.       Width = 24
  387.       Height = 15
  388.       Alignment = taRightJustify
  389.       Caption = 'XXX'
  390.       Color = clBtnFace
  391.       Font.Color = clBlue
  392.       Font.Height = -12
  393.       Font.Name = 'Arial'
  394.       Font.Style = [fsBold]
  395.       ParentColor = False
  396.       ParentFont = False
  397.     end
  398.     object ficarbo: TLabel
  399.       Left = 79
  400.       Top = 24
  401.       Width = 24
  402.       Height = 15
  403.       Alignment = taRightJustify
  404.